home *** CD-ROM | disk | FTP | other *** search
- global gPrevFrm
-
- on mouseWithin
- cursor(280)
- end
-
- on mouseLeave
- cursor(0)
- end
-
- on mouseUp me
- frmlbl = the frameLabel
- if frmlbl = "Save" then
- member("saveshot").image = (the stage).image
- go("SaveHelp")
- else
- member("screenshot").image = (the stage).image
- go("helptest")
- end if
- gPrevFrm.add(frmlbl)
- sound(3).play(member("Click"))
- end
-